home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / Portable Patmos / src / portable kernel / mac / groups.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-26  |  145 b   |  9 lines  |  [TEXT/KAHL]

  1. #include "crtlocal.h"
  2. #include <sys/types.h>
  3.  
  4. int getgroups(int ngroups, int *thegroups)
  5.         {
  6.         return 0;    /* don't know what to put here */
  7.         }
  8.     
  9.